chore: release - #2681
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
August 7, 2026 15:34
fc2179f to
040a312
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 17, 2026 19:14
7adb46c to
a9206d8
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
August 26, 2026 23:33
e9d1351 to
f089dc6
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 26, 2026 23:42
f089dc6 to
ae55449
Compare
Member
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2681 +/- ##
=======================================
Coverage 89.15% 89.15%
=======================================
Files 65 65
Lines 10393 10393
Branches 473 473
=======================================
Hits 9266 9266
Misses 1096 1096
Partials 31 31
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@slack/types@3.1.0
Minor Changes
agent_session_stoppedandagent_session_title_changedeventsmin_linesandmax_linesproperties toRichTextInputelement@slack/web-api@8.1.0
Minor Changes
955e6b9: feat(web-api): add support for
admin.users.getExpiration4322e14: feat(web-api): add
agents.sessions.renameandagents.sessions.setStatus4ba30a1: feat(web-api): add
session_statustochat.stopStreamargumentsbff3398: feat(web-api): add webapi response changes as of 2026-08-21
Regenerate response types with new stable response properties (e.g.
agent_sessionon message-bearing responses,ListViewgrouping/sort/filter fields,bots.infoconnector/workflow flags).Two fields are removed from
UsersListResponse, neither of which is a real success-response property:Member.is_connector_bot— not returned byusers.list; this flag is surfaced onbots.info(added here toBotsInfoResponse).arg— an error-response echo field, not part of a successfulusers.listbody.f5fd35a: feat(web-api): add
blocks.validatemethodPatch Changes
@slack/webhook@8.0.1
Patch Changes
3a459f6: fix: stop
WebhookTrigger.send()from retrying after a successful deliveryA 2xx response with an empty or non-JSON body no longer throws. It now resolves to
{ ok: true }. Before this fix that body threw a parse error, which was retried as a request error and caused duplicate Workflow Builder runs. A valid{ ok: false, error }body is still surfaced to the caller.Updated dependencies [916d8e9]
Updated dependencies [f5e9a01]